production system

Terms from Artificial Intelligence for Human Computer Interaction

The glossary is incomplete. Page numbers will change for published book.

From entry production system in glossary Artificial Intelligence: humans at the heart of algorithms

A production system consists of three elements:
  1. a database or working memory of facts, which can include temporary states such as "Goal(open door)";
  2. a set of rules of the form IF <condition> THEN <action>, where conditions are logical expressions about the working memory, and actions may include changes to the working memory such as "ADD Goal(find key)"; and
  3. an interpretter, which matches the conditoons against the working memory and then executes the action for a matching rule.